home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / v cisle / mediacoder / MediaCoder-0.6.1.4045.exe / codecs / mplayer / input.conf < prev    next >
Text File  |  2006-04-02  |  2KB  |  113 lines

  1. ##
  2. ## MPlayer input control file
  3. ##
  4. ## You are able to redefine default keyboard/joystick/mouse/LIRC bindings, or
  5. ## add new ones here.
  6. ##
  7. ## The file should be placed in the $HOME/.mplayer directory.
  8. ##
  9.  
  10. RIGHT seek +10
  11. LEFT seek -10
  12. DOWN volume -1
  13. UP volume 1
  14. [ speed_mult 0.9091    # scale playback speed
  15. ] speed_mult 1.1
  16. { speed_mult 0.5
  17. } speed_mult 2.0
  18. BS speed_set 1.0    # reset speed to normal
  19. q quit
  20. ESC quit
  21. ENTER pt_step 1 1
  22. p pause
  23. SPACE pause
  24. HOME pt_up_step 1
  25. END pt_up_step -1
  26. > seek +60
  27. < seek -60
  28. INS alt_src_step 1
  29. DEL alt_src_step -1
  30. o osd
  31. z sub_delay -0.1
  32. x sub_delay +0.1
  33. PGUP vodkey {PGUP}
  34. PGDWN vodkey {PGDN}
  35. \ seek 0
  36. . vodkey .
  37. - vodkey -
  38. + vodkey +
  39. * vodkey *
  40. / vodkey /
  41. 9 vodkey 9
  42. 0 vodkey 0
  43. 1 vodkey 1
  44. 2 vodkey 2
  45. 3 vodkey 3
  46. 4 vodkey 4
  47. 5 vodkey 5
  48. 6 vodkey 6
  49. 7 vodkey 7
  50. 8 vodkey 8
  51. d frame_drop
  52. r sub_pos -1
  53. t sub_pos +1
  54. #? sub_step +1        # immediately display next subtitle
  55. #? sub_step -1        #                     previous
  56. f vo_fullscreen
  57. T vo_ontop
  58. w panscan -0.1
  59. e panscan +0.1
  60.  
  61. h tv_step_channel 1
  62. l tv_step_channel -1
  63. n tv_step_norm
  64. b tv_step_chanlist
  65.  
  66. ##
  67. ## GUI
  68. ##
  69.  
  70. #l gui_loadfile
  71. #t gui_loadsubtitle
  72. #a gui_about
  73. #s gui_stop
  74. #p gui_playlist
  75. #r gui_preferences
  76. #c gui_skinbrowser
  77.  
  78. ##
  79. ## Joystick section
  80. ## WARNING: joystick support has to be explicitly enabled at
  81. ##          compiletime with --enable-joystick
  82. ##
  83.  
  84. JOY_RIGHT seek 10
  85. JOY_LEFT seek -10
  86. JOY_UP seek 60
  87. JOY_DOWN seek -60
  88. JOY_BTN0 pause
  89. JOY_BTN1 osd
  90. JOY_BTN2 volume 1
  91. JOY_BTN3 volume -1
  92.  
  93. ##
  94. ## OSD Menu movement keys
  95. ##
  96. ## If you are using only the keyboard it is enough to define one command (like
  97. ## "menu up"), because then that single key will display the menu, which can
  98. ## then be navigated with the cursor keys and ENTER.
  99. ##
  100. ## LIRC users should bind each "menu" command to a button on their remote.
  101. ##
  102. ## The set_menu command directly displays the (sub)menu specified as
  103. ## its argument. Usage should be self-explanatory (although not likely
  104. ## to be needed), after reading input.conf.
  105. ##
  106.  
  107. #MOUSE_BTN0 menu up
  108. #y menu down
  109. #y menu ok
  110. #y menu cancel
  111. #y menu hide
  112. #y set_menu general_pref
  113.